More fixes for bug #12878 with MS-Windows MSVC build.
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2012 17:34:21 +0000 (19:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2012 17:34:21 +0000 (19:34 +0200)
commit33bd082f16fd2b455c434f8c5d9df99026f8c8dd
treeeb631eda927aa2b948abc0fae7106da1375a30d6
parent26255982c1440219841fbc66f66c79874ace27a6
More fixes for bug #12878 with MS-Windows MSVC build.

 src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Don't mix declaration of
 w32_note_current_window with code.  (Backport from trunk.)
 src/w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
 Define for the MSVC compiler.
 src/w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing
 semi-colon.

 nt/inc/stdint.h (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
nt/ChangeLog
nt/inc/stdint.h
src/ChangeLog
src/w32.c
src/w32term.h
src/xdisp.c